-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add content tagging application #19
Conversation
faeb545
to
5b2aced
Compare
7e7c725
to
06e4a0c
Compare
ff8045c
to
8c770b5
Compare
e3b48a0
to
82aa8d1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I was testing 2 main things. Content tagging code, and openedx-learning plugin.
- content tagging:
For content tagging, API, migrations, and admin seems working
But now, I have a question do you know if openedx-learning API URL works.
Or that is unnecessary URLs data ?
https://github.com/openedx/openedx-learning/blob/main/openedx_tagging/core/tagging/urls.py
I say because there are views or endpoints...
That ones would be considered to check?
@@ -3193,6 +3193,10 @@ def _make_locale_paths(settings): # pylint: disable=missing-function-docstring | |||
# Course Goals | |||
'lms.djangoapps.course_goals.apps.CourseGoalsConfig', | |||
|
|||
# Tagging | |||
'openedx_tagging.core.tagging.apps.TaggingConfig', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didnt now where is tagging, now I now is part of openedx-learning wtf
commit taken from openedx#32907
8c770b5
to
e9ac94d
Compare
Description
Supporting information
Link to other information about the change, such as Jira issues, GitHub issues, or Discourse discussions.
Be sure to check they are publicly readable, or if not, repeat the information here.
Testing instructions
Please provide detailed step-by-step instructions for testing this change.
Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.